STEP 8: Each time the loop runs, we'll need it to ask the user a question, wait, and then store the user's choice.
- Change the argument in .ask() from "Yes or no?" to the variable question.
- In , drag out Append INSIDE the loop.
- Change the list name before .append() to user_choices and the variable to choice.
To navigate the page using the TAB key, first press ESC to exit the code editor.